feat(i18n): add EN/FR translations, article pagination, and favicon#7
Merged
feat(i18n): add EN/FR translations, article pagination, and favicon#7
Conversation
- Add react-i18next with EN/FR locale files and localStorage persistence - Add sidebar language switcher in user row (collapsed: vertical stack) - Replace Signalist text with favicon logo when sidebar is collapsed - Add signal-wave SVG favicon and update browser tab title - Add article pagination (20/page) with numbered MUI Pagination - Add paginated article response envelope (items, total, page, pages) - Fix Behat ApiContext to handle paginated response shape Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Import i18n setup in vitest setupFiles so t() resolves real strings - Fix all 9 failing frontend tests caused by i18n migration feat(rector): add SymfonySetList::CONFIGS for service config rules feat(frontend): show bookmark indicator on article card without hover Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- actions/checkout@v4 -> @v5 (Node.js 24 runtime) - node-version 20 -> 24 in frontend job Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
thlaure
added a commit
that referenced
this pull request
Mar 14, 2026
feat(i18n): add EN/FR translations, article pagination, and favicon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
react-i18nextwith EN/FR locale files andlocalStoragelanguage persistencePaginationcomponent{items, total, page, limit, pages}onGET /api/v1/articlesApiContextto handle the new paginated response shapeTest plan
GET /api/v1/articlesreturns{items, total, page, limit, pages}envelope🤖 Generated with Claude Code